home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_2 / ml / man / dos / status < prev    next >
Text File  |  1993-01-23  |  1KB  |  45 lines

  1. STATUS(1)                       DOS COMMANDS                       STATUS(1)
  2.  
  3. NAME
  4.      STATUS : To display information about the CLI/SHELL processes.
  5.  
  6. SYNOPSIS
  7.      STATUS <process> [FULL] [TCB] [CLI|ALL] [COMMAND]"
  8.  
  9. TEMPLATE
  10.      STATUS "PROCESS,FULL/S,TCB/S,CLI=ALL/S,COMMAND/K"
  11.  
  12. PATH
  13.      C:
  14.  
  15. DESCRIPTION
  16.            STATUS alone lists the numbers of the CLI processes and the
  17.      program running in each CLI/SHELL. STATUS can also display some
  18.      informations about a given process, like its priority or stacksize.
  19.  
  20. OPTIONS
  21.      PROCESS : Specifies a process number and only gives information about
  22.            that process.
  23.  
  24.      TCB : Displays information about the priority, stacksize, and global
  25.            vector size of each process.
  26.  
  27.      CLI/ALL : Displays the name of the currently loaded command (if any).
  28.  
  29.      FULL : = TCB + CLI.
  30.  
  31.      COMMAND : STATUS searches for a command in the CLI list. If it is found,
  32.            the CLI number is printed and the condition flag is set to 0.
  33.            otherwise, the flag is set to 5 (WARN).
  34.  
  35. SEE ALSO
  36.      BREAK
  37.  
  38. EXAMPLES
  39.      > STATUS  : list all CLI processes.
  40.  
  41.      > STATUS >ram:tmpFile COMMAND=ClockPtr
  42.      > BREAK < ram:tmpFile >NIL: ?     : send a BREAK signal to CLockPtr
  43.  
  44.      > STATUS FULL : list all CLI processes with all informations.
  45.